home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / DefineButton2_103 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  77b  |  7 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("menu");
  5.    }
  6. }
  7.